Package com.cisco.pt.ipc.sim.impl
Class EmailClientImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EmailClientImpl
- All Implemented Interfaces:
IPCObject,EmailClient
Information provided by the PKI file:
\class EmailClient
\brief EmailClient is the process that handles the email client.
\example network().getDevice("PC0").getProcess("EmailClient")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEmailClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EmailClientImpl
public EmailClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getEmailUser
Information provided by the PKI file:
\brief Returns email user for this email client. \return EmailUser, the EmailUser object for this email client.- Specified by:
getEmailUserin interfaceEmailClient- Returns:
- EmailUser Returns a EmailUser
-
getSmtpClient
Information provided by the PKI file:
\brief Returns SMTP client for this email client. \return SmtpClient, the SmtpClient object for this email client.- Specified by:
getSmtpClientin interfaceEmailClient- Returns:
- SmtpClient Returns a SmtpClient
-
getPop3Client
Information provided by the PKI file:
\brief Returns POP3 client for this email client. \return Pop3Client, the Pop3Client object for this email client.- Specified by:
getPop3Clientin interfaceEmailClient- Returns:
- Pop3Client Returns a Pop3Client
-